docs(changelog): backfill the #60–155 gap from git history#167
Merged
Conversation
The repo changelog had lapsed after PR #59; PRs #60-#155 (plus #164/#165) were never recorded. Reconstructed the full [Unreleased] section from git merge history so it now accounts for every monorepo change since the v2.0.6 tag (PRs #58-#165), grouped Keep-a-Changelog style (Added / Changed / Fixed / Security). Closely-related PRs are consolidated into single bullets for readability; all 70 recovered PR numbers are cited. Highlights now recorded: the CaDecon app (#85-91,#94) and its convergence redesign (#104,#154,#155); the expanded calab Python package + bridge + CLI (#66,#108-110); the shared Rust simulation module (#113); analytics + admin (#62,#69,#93); auth menu (#61); the crates/solver move to dual WASM/PyO3 (#65); security hardening (#122,#123); and the CI/test build-out (#124,#127-131). Prettier-clean. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
daharoni
added a commit
that referenced
this pull request
Jul 9, 2026
…nto Python, backfill changelog Remove the last collapse-runs reference (stale doc comment), expose the noise_constrained option through the calab.solve_trace Python binding, and document it in the CaDecon guide. Restructure docs/CHANGELOG.md: split the consolidated post-2.0.6 blob into the real minor releases (2.1.0-2.4.0), add 2.5.0 (PRs #153-#167), and scope 2.6.0 to PR #168. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The repo
CHANGELOG.mdhad lapsed after PR #59 — PRs #60–#155 (and my two docs PRs #164/#165) were never recorded. This reconstructs the full[Unreleased]section from git merge history so it accounts for every monorepo change since thev2.0.6tag (PRs #58–#165), grouped Keep-a-Changelog style.Method
Merge pull request #N … :: <title>), 70 PRs in the refactor: make @calab/community package app-agnostic #60–feat(cadecon): asymptote dashboard — track the four convergence signals #155 range; cross-checked squash-merges for the numeric gaps (the missing numbers are closed-unmerged PRs).What's now recorded (highlights)
calabPython package expansion — PyO3, loaders, bridge, CLI, headless (feat: expand calab Python package — PyO3 bindings, loaders, bridge, CLI #66, feat: add CaDecon Python bridge for automated deconvolution export #108–feat(python): headless browser mode + InDeCa PyO3 bindings #110)crates/solver/move (refactor: move Rust solver to crates/solver/ with dual WASM/PyO3 features #65)Categories: Added / Changed / Fixed / Security. A note at the top explains the reconstruction and that there's been no version tag in this window.
Prettier-clean. Docs-only; the Python Sphinx changelog
{include}picks these up automatically.🤖 Generated with Claude Code